home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / memhint2.zip / DOS5EMM.TXT < prev    next >
Text File  |  1992-05-17  |  6KB  |  139 lines

  1. Here are copies of my CONFIG.SYS, AUTOEXEC.BAT, MI printout, and MEM /C
  2. printout.  Using this configuration, I got 624.8K (That's 639,808 bytes folks)
  3. of usable memory under 640K.  This is using the MS DOS 5.0/HIMEM.SYS/EMM386.EXE
  4. combination.  I have received a new HIMEM.SYS and EMM386.EXE from a person that
  5. sent me feedback on the orginal memhints file, therefore you may receive
  6. different memory results than I.  I am using a Gateway 2000 386/33C with 4megs
  7. of RAM, a 120MB IDE hard drive, and a Diamond SpeedSTAR Plus video card.  One
  8. thing to do to get more memory is to keep the environment small.  Anything that
  9. is shown when you type SET at the prompt is in the environemt.  Place the
  10. envrionment after you load TSRs, because a copy of it is often loaded with each
  11. TSR.  Make directory names that are put in the path short(the longer the path,
  12. the more memory that is used).  Keep your SET= statements to a minimum.  Also
  13. keep them simple.  Set LASTDRIVE to the lowest drive letter needed.  I you have
  14. one HD partition, and don't plan on using a ramdrive place LASTDRIVE=C into you
  15. CONFIG.SYS.  Other things to do in the CONFIG.SYS is to place FCBS=1 and
  16. STACKS=0,0 on separate lines.  Keep the number of files in the CONFIG.SYS down
  17. to the smallest that you need.  There is also a PC Magazine utility called
  18. UMBFILES.COM that will place your files into the UMB.  If you use this utility,
  19. the minimum files in the CONFIG.SYS must be 8, as this is the minimum allowable
  20. by MS-DOS, and the rest will be loaded high.  Norton Utilities 6.0's NDOS.COM
  21. will leave only 256 bytes in low memory if you set it up the way I have done.
  22. 4DOS will also do the same thing, although with different switches, etc.
  23.  
  24. ********************************************************************************
  25.  
  26.                                    CONFIG.SYS
  27.  
  28. DEVICE=C:\DOS\HIMEM.SYS
  29. DEVICE=C:\DOS\EMM386.EXE NOEMS H=2
  30. SHELL=C:\NDOS.COM /U /E:256U
  31. DOS=HIGH,UMB
  32. STACKS=0,0
  33. FCBS=1
  34. FILES=8
  35. BUFFERS=15
  36. LASTDRIVE=C
  37.  
  38. ********************************************************************************
  39.                                   AUTOEXEC.BAT
  40.  
  41. @ECHO OFF
  42. C:\STAR\UTIL\VMODE MONITOR
  43. C:\UTILS\MHZ
  44. LH C:\PCTOOLS\PC-CACHE/SIZEXT=768/WRITE=ON/V1/QUIET
  45. LH C:\MOUSE\MOUSE.COM/U
  46. C:\UTILS\UMBFILES=42
  47. C:\NDW\EP /ON
  48. C:\NDW\IMAGE
  49. SETDOS /U1
  50. SET COMSPEC=C:\NDOS.COM
  51. PROMPT $P)
  52. PATH=C:\;C:\UTILS;C:\WINDOWS;C:\DOS;C:\PCTOOLS;C:\PKZIP;C:\VPIC;C:\ARJ;C:\NU;C:\
  53. NDW;C:\QEMM SET TEMP=C:\TMP
  54. WIN
  55. CD\
  56.  
  57. ********************************************************************************
  58.  
  59.                                      MI.COM (or MI/A)
  60.  
  61. Memory Info V7.1 (c)1991 Central Point Software, Inc.
  62.  
  63.         Total bytes owned
  64. Addr.  Low area  High area   Program or device driver
  65. -----  --------  ---------  --------------------------
  66. 0255h    1,072        ..     Device=HIMEM     Attr=A000h  Name=XMSXXXX0
  67. 0299h    3,216        ..     Device=EMM386    Attr=C000h  Name=$MMXXXX0
  68. 03AEh      256      3,376    NDOS
  69. 03CBh  639,808        ..     <largest free area>
  70.  ---- Begin High (Upper) Memory ----
  71. C9C1h      ..      18,160    PC-CACHE C:\PCTOOLS\PC-CACHE.COM/SIZEXT=768/WRITE=
  72. CE30h      ..       3,840    MOUSE
  73. CF21h      ..       2,496    UMBFILES
  74. CFBEh      ..       8,288    EP
  75.  
  76. 655,360 bytes (640k) total DOS 5.00 conventional memory.
  77. 639,808 bytes (625k) largest executable program.  58,288 bytes if loaded high.
  78.  
  79.      0  bytes Extended (AT/286/386) memory, reported by BIOS.
  80.  1,958k bytes free, reported by XMS driver version 3.0 (3.3).  HMA in use.
  81.  
  82. ********************************************************************************
  83.  
  84.                                      MEM/C |MORE
  85.  
  86. Conventional Memory :
  87.  
  88.   Name                Size in Decimal       Size in Hex
  89. -------------      ---------------------   -------------
  90.   MSDOS              10656      ( 10.4K)       29A0
  91.   HIMEM               1072      (  1.0K)        430
  92.   EMM386              3216      (  3.1K)        C90
  93.   NDOS                 256      (  0.3K)        100
  94.   FREE              640000      (625.0K)      9C400
  95.  
  96. Total  FREE :       640000      (625.0K)
  97.  
  98. Upper Memory :
  99.  
  100.   Name                Size in Decimal       Size in Hex
  101. -------------      ---------------------   -------------
  102.   SYSTEM            167456      (163.5K)      28E20
  103.   NDOS                3376      (  3.3K)        D30
  104.   PC-CACHE           18160      ( 17.7K)       46F0
  105.   MOUSE               3840      (  3.8K)        F00
  106.   UMBFILES            2496      (  2.4K)        9C0
  107.   EP                  8288      (  8.1K)       2060
  108.   FREE                  80      (  0.1K)         50
  109.   FREE               58288      ( 56.9K)       E3B0
  110.  
  111. Total  FREE :        58368      ( 57.0K)
  112.  
  113. Total bytes available to programs (Conventional+Upper) :      698368   (682.0K)
  114. Largest executable program size :                             639808   (624.8K)
  115. Largest available upper memory block :                         58288   ( 56.9K)
  116.  
  117.    3145728 bytes total contiguous extended memory
  118.          0 bytes available contiguous extended memory
  119.    2004992 bytes available XMS memory
  120.            MS-DOS resident in High Memory Area
  121.  
  122. *******************************************************************************
  123.  
  124. If you have any questions, comments, or helpful memory hints, please write me.
  125.  
  126.  
  127.                                           Sean Martin
  128.                                           6044 Camino Alegre
  129.                                           El Paso, TX  79912
  130.  
  131. If you would like a reply, please send a self addressed stamped envelope.  This
  132. would greatly help as I am just a poor college student.  Thanks to the few
  133. people that have written with tips, files, and questions.
  134.  
  135.  
  136.  
  137.                               Texas A&M University
  138.                   Fightin' Texas Aggie Class of 1995!  WHOOP!
  139.